Closed
Bug 1451316
Opened 7 years ago
Closed 7 years ago
clang-analyzer-security.UncheckedReturn doesn't exist (clang-analyzer-security.insecureAPI.UncheckedReturn is the correct name)
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
UncheckedReturn doesn't exist in clang analyzer or tidy. Let's remove it.
Found when working on https://github.com/mozilla-releng/services/pull/961/
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
Actually, the real name is
Summary: clang-analyzer-security.UncheckedReturn doesn't exist → clang-analyzer-security.UncheckedReturn doesn't exist (clang-analyzer-security.insecureAPI.UncheckedReturn is the correct name)
Assignee | ||
Comment 4•7 years ago
|
||
clang-analyzer-security.insecureAPI.UncheckedReturn
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Blocks: clang-based-analysis
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8964895 [details]
Bug 1451316 - Rename clang-analyzer-security.UncheckedReturn to the correct name
https://reviewboard.mozilla.org/r/233634/#review239550
Attachment #8964895 -
Flags: review?(bpostelnicu) → review+
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4501b9d1bd15
Rename clang-analyzer-security.UncheckedReturn to the correct name r=andi
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•